[ros-bugs] [Bug 6122] REGRESSION: month names in timedate.cpl displayed incorrectly

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Sat Apr 16 13:06:04 UTC 2011


http://www.reactos.org/bugzilla/show_bug.cgi?id=6122





--- Comment #4 from Black_Fox <radekliska at gmail.com>  2011-04-16 13:06:03 CET ---
50640-50645 (works-broken), no pre-built ISOs inside this range.

It's probably caused by 50643 merge in dll/win32/kernel32/nls/csy.nls
The attempt to remove diacritics in the file is incomplete (CP1250->UTF-8??)
(and also probably wrong, based on looking to Slovak file that didn't undergo
the change). See around line 115:

LOCALE_SMONTHNAME3 "b\x00F8ezen"
LOCALE_SMONTHNAME4 "duben"
LOCALE_SMONTHNAME5 "kv&#65533;ten"
LOCALE_SMONTHNAME6 "\x00E8erven"

in this snip MONTHNAME3 and 6 try to escape diacritic letters, but 5 is
unchanged. The fifth month displays properly as "kvìten", third month displays
as "b" and sixth as "" (nothing).


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the Ros-bugs mailing list