]> git.lyx.org Git - features.git/commit
Add locale facet in order to output numbers to wide streams on systems
authorEnrico Forestieri <forenr@lyx.org>
Sat, 11 Nov 2006 00:04:28 +0000 (00:04 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Sat, 11 Nov 2006 00:04:28 +0000 (00:04 +0000)
commit1c5ef229e2d49268380d9e517a3b6ee95b3f9cfc
treec2e48639007468dda4254c013595b99827562306
parent1248ce1acb03697b776f6593f6db3273b3f5059d
Add locale facet in order to output numbers to wide streams on systems
where sizeof(wchar_t) == 2

* src/support/docstring.C:
- New class num_put_failure for warning about non-ascii characters.
- New class ascii_num_put_facet for outputting numbers to odocstreams.
- Add the ascii_num_put_facet facet to the locale initializer.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15849 a592a061-630c-0410-9148-cb99ea01b6c8
src/support/docstring.C