[ros-bugs] [Bug 881] New: Japanese chars problem in resource files with Shift_JIS

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Fri Oct 7 08:16:47 CEST 2005


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

           Summary: Japanese chars problem in resource files with Shift_JIS
           Product: ReactOS
           Version: TRUNK
          Platform: x86 Hardware
        OS/Version: ReactOS
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Kernel
        AssignedTo: ros-bugs at reactos.com
        ReportedBy: tsk_n at mail.goo.ne.jp
         QAContact: ros-bugs at reactos.com


Some Japanese characters whose 2nd byte is same with "\" in Shift_JIS  have 
problem.
Those chars' 2nd byte are regarded as "\", so we need to add "\" after those 
chars.
e.g. ソ (83 5C), 貼 (93 5C), 表 (95 5C) require "\" after them, like "ソ\", "貼
\", "表\" .

I tried to compile resource files with using UTF-8 and UTF-16,
but compiling was failed in UTF-16 and Japanese couldn't show in UTF-8.

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


More information about the Ros-bugs mailing list