It's hard to see how it would be displayed in that case though. If a character isn't in , you won't be able to represent it in So we must find a way to convert things correctly Anyone knows how to do it seemlessly? Eek - how horrible. GetEncoding "iso". GetEncoding Create fileName ; file. Write encodedString, 0, encodedString. GetEncoding "iso" ; writer. WriteLine "Whatever you want to say" ; Regards, Joachim. I'm still searching for informations on the net Anthony Jones.
Windows is character set based on ISO in that all characters have the same encoding except for characters in the range. May I ask from where this data originates? Paul Watson Tungsten Consulting. Aditi Mathur Posted September 20, 0 Comments. Anonymous Posted September 20, 0 Comments. Hi, Are you explicitly using Abinitio function to encode the data or just a straight pull in the reformat. Thanks and Regards, -Amit.
Aditi Mathur Posted September 21, 0 Comments. The dml is generated by Abinitio in the table component. The table component is joined to a reformat where I am doing the following conversion. I checked out the rejected records and the data looks fine with the naked eye. Any suggestions? Anonymous Posted September 21, 0 Comments. But please post the data in the forum if its not sensitive. Thanks, Saravanan. Hi, So it seems that you are just doing a straight pull from input to output without using any transformation function.
Aditi Mathur Posted September 22, 0 Comments. Anonymous Posted September 22, 0 Comments. Aditi Mathur Posted September 27, 0 Comments. ALL I used the following transformation in the reformat component to remove any special characters and the graph is running fine now.
Anonymous Posted September 27, 0 Comments. The same goes for the other characters that get converted to? Jon Jon k 74 74 gold badges silver badges bronze badges. Thanks for the answer, I'll have to look at converting those characters to something close. Its for a sms application and apparently a lot of the carriers gsm still uses iso and this is in Europe! I guess no one can text the Euro sign. Sign up or log in Sign up using Google. Sign up using Facebook. Sign up using Email and Password.
Post as a guest Name. Note that when using xxd , the hexadecimal presentation is shown. If not given, it defaults to a platform dependent value. According to bultins. This should only be used in text mode. The default encoding is platform dependent, but any encoding supported by Python can be passed.
See the codecs module for the list of supported encodings. I often use the utility methods available in class java. For example, reading all lines from a txt file txt can be done as follows. Read content as bytes is possible, too.
0コメント