Fix “œ” character for French BGL dictionaries.

This commit is contained in:
spirit 2012-07-15 01:37:05 +02:00 committed by Julian Depetris Chauvin
parent eaa62e69a0
commit 5547091c7a

View file

@ -118,8 +118,8 @@ const std::string bgl_charsetname[] = {
"Thai" };
const std::string bgl_charset[] = {
"ISO-8859-1", /*Default*/
"ISO-8859-1", /*Latin*/
"WINDOWS-1252", /*Default*/
"WINDOWS-1252", /*Latin*/
"ISO-8859-2", /*Eastern European*/
"WINDOWS-1251", /*Cyriilic*/
"CP932", /*Japanese*/