From: Carlos G. A. <car...@te...> - 2003-09-02 10:07:56
|
Hello: > Okey. I have done this. Problem code for my situation: > GdsDbAttachement.cs > internal class GdsDbAttachement : GdsAttachement > { > .. > public static void InitializeCharSets() > { > .. > charSets.Add(22, "ISO8859_2" , "iso-8859-2"); > ...... > I has installed this codepage in my system (win2000) and all work. But > I think - this is not good decision of problem. Really, can will be > necessary to install too much codepages... I am a rights? Ok i'm going to add a fix for this adding the charsets in a different method and using try ... catch this can be good too for mono that doesn't have all the encodings implemented if i remember well. Thanks very much. -- Best regards Carlos Guzmán Álvarez Vigo-Spain |