From: Chet H. <che...@si...> - 2004-05-21 13:10:34
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title></title> </head> <body> Hi Arfanis,<br> <br> Try using rlib_set_encodings(rlib, outputencoding, dbencoding, paramencoding);<br> <br> Set all of the encodings to the same value like: (rlib, "ISO-8859-1", "ISO-8859-1", "ISO-8859-1");<br> <br> Probably only the ISO 8859-x type encodings will work. <br> <br> Make sure that the encoding is exactly like (case and hyphens, etc) one of the encodings listed when you do "iconv -list" at a shell prompt.<br> <br> If you are generating output to HTML it is probably best to set the output to "UTF-8". <br> <br> If you are using PDF, only the character sets supported by your PDF reader will work.<br> <br> <br> Chet<br> <br> <br> <br> Arfanis Panagiotis wrote:<br> <blockquote type="cite" cite="mid...@ma..."> <meta http-equiv="Content-Type" content="text/html; "> <meta name="Generator" content="Microsoft Word 11 (filtered medium)"> <style> <!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline;} span.EmailStyle17 {mso-style-type:personal-compose; font-family:Arial; color:windowtext;} @page Section1 {size:595.3pt 841.9pt; margin:1.0in 1.25in 1.0in 1.25in;} div.Section1 {page:Section1;} --> </style> <div class="Section1"> <p class="MsoNormal"><font size="2" face="Arial"><span lang="EN-US" style="font-size: 10pt; font-family: Arial;">Sorry but I have a problem with encoding.<o:p></o:p></span></font></p> <p class="MsoNormal"><font size="2" face="Arial"><span lang="EN-US" style="font-size: 10pt; font-family: Arial;">I tried setting it in the <xml> tag but it didn’t work? Any suggestions?<o:p></o:p></span></font></p> <p class="MsoNormal"><font size="2" face="Arial"><span lang="EN-US" style="font-size: 10pt; font-family: Arial;">Thanks.<o:p></o:p></span></font></p> <p class="MsoNormal"><font size="2" face="Arial"><span lang="EN-US" style="font-size: 10pt; font-family: Arial;"><o:p> </o:p></span></font></p> </div> </blockquote> <br> <br> </body> </html> |