I am trying to read thai characters from AS400 5250 IBM emulator using hllapi c# but code is unable to read thai characters. It can read english characters properly but thai characters are appearing blank in variable. Has anyone faced the similar issue? Any pointers will be highly appreciated.
Read Thai characters from IBM Emulator AS400 5250
412 Views Asked by kishlay singh At
1
There are 1 best solutions below
Related Questions in IBM-MIDRANGE
- How can i use Java to call an existing RPG screen program?
- SQL access to RPG OPM database files
- PHP rollback on IBMi db2 doesn't work
- DB2 Concatenate rows
- How to configure IBM i Netserver share so that a new IFS file has its ccsid attribute set to a specified ccsid different from Netserver ccsid
- pyodbc rowcount return in negative
- Using a custom comparator for std::map on IBM i-Series
- IBM i (as400) CIM and ethernet interfaces
- Hikari connections and active AS400 jobs
- Syntax error in odbc.ini
- Create a IBM i Java Toolkit RecordFormat from an IBM i File
- CL: Path name contains embedded nulls (CPD018A)
- AS/400 End User - run keystrokes automatically
- Get Column Description from iSeries v7r1 export to Excel or Access
- Deploy IBM Client Access V7r1 Silently
Related Questions in THAI
- Manipulating Thai Characters in PHP
- Thai fonts rendering
- Java : In console Thai text is printing as some strange character
- Unable to read thai characters from .properties resource file in java
- Wordpress permanent link thai language issue
- Tabula (And PDFPlumber) unable to extract accurately Thai characters from text-based PDF
- SQL Server Parsing Thai Language Full Name to First Last
- Thai - from mysql to php
- What is the best font to use for Thai Language in Flex Mobile Applications?
- Qt: Unicodes / Utf-8 in QString takes for ever (12 minutes) to display on a controller
- How to independently style a Thai letter positioned above another letter in Flutter?
- Incosistent regex result for Thai characters across different PHP version
- Regex returning inexplicable results (to me)
- Replace string only if all characters match (Thai)
- How can I use python to find specific Thai word in multiple csv file and return list of file name that's contain the word
Related Questions in HLLAPI
- HLLAPI Function 99 not working as expected
- EHLLAPI IBM communicator c# Web Api not working on IIS
- Getting string from IBM's Personal Communications iSeries using EHLLAPI in C# gets me the string followed by garbage
- Can I merge sketches present in 2 different columns in Google BigQuery
- Read Thai characters from IBM Emulator AS400 5250
- HLLAPI Search Presentation Space (Function 6)
- Is there a way to connect to BZWhll.WhllObj without ActiveX
- Why am I getting an "unresolved external symbol" message?
- How To Read 16 bits integer with ffi and ref-struct
- Call dll - pcshll32.dll using delphi
- How to 3270 screen-scrape from a Linux-based web app
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I would suggest taking a look at the CCSID setting on the IBMi system. Hopefully it is set to something other than 65535. If it is set to 65535, that would be a good place to start.
To view the default CCSID, use:
dspsysval qccsid