I have raw file with entry in Thai language " Yamato-Esulon (Thailand) Co.,Ltd (โรง 1)' but when i put that on SQL table it changes to 'Yamato-Esulon (Thailand) Co.,Ltd (Ó╣éÓ©úÓ©ç 1)' . I'm using datatype nvarchar(MAX). Has someone come across this before and how can this be prevented?
Foreign language not read correct in SQL
204 Views Asked by Anil Thomas At
1
There are 1 best solutions below
Related Questions in SQL
- Can MVC.NET prevent SQL-injection at razor or controller level?
- SQL server not returning all rows
- When dealing with databases, does adding a different table when we can use a simple hash a good thing?
- Creating a parametrized field name for a SELECT clause
- Combine two rows based on common ID
- Column displays each count
- Slick query for one to optional one (zero or one) relationship
- Aggregate and count in PostgreSQL
- MAX and GROUP BY - SQL
- SQL statement for a tricky 2 table query
- How to create nested selects with sql?
- Pull and push data from and into sql databases using Excel VBA without pasting the data in Excel sheets
- Best Practice for adding columns to a Table in Oracle database
- SQL FIFO STACK using two tables
- SQL Query - Order by String (which contains number and chars)
Related Questions in NVARCHAR
- Inserting long text into nVarChar(max) column in SQL Server 2014 using C#
- Can you Limit an nvarchar(max) field in SQL
- Storing Emojis in SQL Tables
- CAST AS DATE Returns in NVARCHAR Format
- Oracle change column type from CLOB to NCLOB
- How do I find out what version of DB2 LUW introduced support for NVARCHAR?
- Telerik Open Access error on string with 8000 characters
- Converting datatype Char to Nvarchar
- How can I get Hibernate to map nvarchar and ntext?
- What is the maximum size we can give for nvarchar in sqlite?
- char and nchar charactersets
- ResultSet's getString method returns ? (question marks) when the string contains multibyte characters
- Nvarchar and text are incompatible in the add operator
- Hibernate HQL - casting NTEXT to NVARCHAR for a GROUP BY
- nvarchar max gives 'String or binary data would be truncated'
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
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?
Your problem may be due to the font that you are using. Only certain fonts will work for thai language, so fonts like arial and calibri simply won't work.
For Thai, the fonts that work are: Dialog, DialogInput, Monospaced, Sansserif, Serif, Leewaldee, Leewaldee UI, Leewaldee UI Semilight, Lucida Sans, Lucida Sans Typewriter, Microsoft Sans Serif, and Tahoma
This holds true for almost any other language, so be sure that a certain font works for the language that you are using. You can check which fonts work through a .jar file that I found online relating to an older post.