
If so there is no such a locale under windows that works with Shift_JIS... Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/
________________________________ From: Ryo IGARASHI <rigarash@gmail.com> To: boost <boost@lists.boost.org> Sent: Thursday, November 29, 2012 7:16 AM Subject: Re: [boost] [locale] [filesystem] Windows local 8 bit encoding
Hi Artyom,
On Wed, Nov 28, 2012 at 1:33 AM, Artyom Beilis <artyomtnk@yahoo.com> wrote:
Using std locale get_system_locale() method works for code pages of the form 'windows-XXX'. Others e.g. 'Shift_JIS' should fail.
In generally for locakes with Shift_JIS it shoudl return stuff like ja_JP.windows-932 (which is shift_jis)
Is there problem with that?
Code page 932 is different from shift_jis. See the explanation in Wikipedia: https://en.wikipedia.org/wiki/Code_page_932 Code page 932 contains extension characters to Shift-JIS, so we cannot mix the two.
-- Ryo IGARASHI, Ph.D. rigarash@gmail.com
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost