diff options
author | Tollef Fog Heen <tfheen@err.no> | 2006-08-30 00:05:54 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-08-30 00:05:54 +0300 |
commit | a61936fc4e9bd93b108764bbacd5b8f786e51915 (patch) | |
tree | 3d5a560a1751f8324fe85a190654c45268436035 | |
parent | abcc7e1865cdfbd591f6520cfe4257f0b0b1c03e (diff) |
nls: use _XlcUtf8Loader for en_US (bug #7982)
Use _XlcUtf8Loader instead of _XlcUnicodeLoade,r bringing it into line with
every other locale.
-rw-r--r-- | nls/en_US.UTF-8/XI18N_OBJS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nls/en_US.UTF-8/XI18N_OBJS b/nls/en_US.UTF-8/XI18N_OBJS index da1a958..f201bf4 100644 --- a/nls/en_US.UTF-8/XI18N_OBJS +++ b/nls/en_US.UTF-8/XI18N_OBJS @@ -2,7 +2,7 @@ # # XI18N objects table for euro locales # -XLC common/xlcUTF-8 _XlcUnicodeLoader # XLC_open +XLC common/xlcUTF8Load _XlcUtf8Loader # XLC_open XOM common/xomLTRTTB _XomGenericOpenOM # XOM_open XIM common/xiiimp _SwitchOpenIM # XIM_open XIM common/xiiimp _XimpLocalOpenIM # XIM_open |