Hi
I'm new and I learn Navision
How to convert characters from the CP852 to the Polish characters (ó ś ż and others) by the data export dataport, please HELP or examples.
I do not know which you have sued, some examples have "selection" of which codepage you are using or are using different codepage to transform the data than you need. Use them as base to make your own translation...
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
I'm so new to the forum and Navision that I can not find ](*,)
Can you help? [-o<
http://www.mibuso.com/dlinfo.asp?FileID=1096
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
1.I have: łóżąśćńę
2.from nav after export dataport: ˘ľĄ†ä©
3 after ansi-ascii conv.fob i have :ęóĄŃ˙ĺő®
1 <>3
I will try to invent something
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Now I have this:
Ascii2Ansi(_String : Text[1024]) : Text[1024]
//Converts from ASCII to ANSI
EXIT(CONVERTSTR(_String,'óęćń','ˇŕŠ˝'));
I do not know how to map: ł ż ś and uppercase letters
I can not do it ](*,)
Does anyone have any ready solution or can write? [-o<