Shift JIS is a character encoding for the Japanese language
1
vote
1answer
44 views
JS backslash escape char being converted to non-escaping character by Shift JIS
I'm currently working on a website that has two versions, one American website that's served as utf-8 and one Japanese version that's served as Shift JIS. The site is generated using Perl.
The ...
0
votes
1answer
58 views
I want to correct PHP encoding problems on PHPLIST for SHIFT-JIS and UTF-8 foreign fonts
I have PHPLIST on my server which jammed with encoding Japanese fonts.
I installed foreign Language pack, but still cannot encode SHIFT-JIS and UTF-8.
How to correct PHP' s encoding in the files ...
1
vote
0answers
173 views
can notepad++ auto-detect Shift_JIS encoding
I work alot with Japanese comment source so each times I open a source file, i must do "encoding / character set / ShiftJIS". Can we make Notepad++ auto-detect it ? I've tried alot with options in ...
0
votes
1answer
141 views
Unexpected conversion of Unicode overline (U+203E) to Shift-JIS
For a customer project, a query is made against a DB and the results are written to a file. The file is required to be in Shift JIS as it is later used as input for another legacy system. The ...
0
votes
1answer
187 views
How can I create a CSV document in the Shift_JIS character set?
I can manaully force a CSV file to be detected as UTF-8 by adding a BOM, like so:
file_put_contents($filename, "\xEF\xBB\xBF" . $csv);
Is there a similar thing I can do to force a CSV file to be ...
0
votes
0answers
184 views
PHP how to export csv with sjis encoding
i have a problem when export CSV with encoding SJIS, i want to export file with SJIS encoding, but when i export it have a encoding ANSI as UTF-8 ( UTF8-without BOM ) , i try to use ...
5
votes
1answer
145 views
decode shift-jis in android
How can i decode shift-JIS (convert it to string) in android?
i tried something like this but it doesn't work
encode:
String test = "some text";
byte[] bytes = test.getBytes("Shift_JIS");
decode:
...
0
votes
0answers
58 views
CSS Shift Jis font
I have a website which shows a long list of records from a database. These records are filled by all kinds of programs. And sometimes these records are filled with Shift_Jis characterset data.
When I ...
1
vote
2answers
174 views
Use Shift- jis in eclipse
I want to use the Japanese in eclipse with Shift-JIS. But I can't do it. Please help me. Thank you
0
votes
1answer
334 views
UTF-8 and SJIS problems on Android and Sockets
I'm working on a chat app for both Android and for PCs, which communicates with each other using sockets. The problem is that although I need the app to be workable with Japanese, the Android side ...
2
votes
2answers
559 views
How to get the length of Japanese characters in Javascript?
I have an ASP Classic page with SHIFT_JIS charset. The meta tag under the page's head section is like this:
<meta http-equiv="Content-Type" content="text/html; charset=shift_jis">
My page has ...
0
votes
3answers
687 views
get utf-8 character code given a shift-jis character code?
In my program I get shift-jis character codes as Python integers which I need to convert to their corresponding utf8 character codes (which should also be in integers).
How can I do that?
For ASCII ...
0
votes
1answer
305 views
Smarty - Shift-jis encoding without using PHP
I want to show Shift-jis characters but only when displaying it. Store in UTF-8 and show in Shift-jis, so what is the solution to do that in Smarty?
0
votes
1answer
282 views
How can I convert Shift_JIS character codes to unicode characters in python?
I have a list of Shift_JIS character codes (in integers) that I want to convert into unicode characters. I think I need a version of the chr()/unichr() function that works in other encodings.
I've ...
2
votes
1answer
838 views
decoding shift-jis: “illeagal multibyte sequence”
I'm trying to decode a shift-jis string, like this:
string.decode('shift-jis').encode('utf-8')
to be able to view it in my program.
When I come across 2 shift-jis characters, in hex "0x87 0x54" and ...
1
vote
1answer
609 views
Using XOR on Shift-JIS characters in Java
So I'm trying to write a little decryption program but I'm running into a little trouble.
I'm applying XOR to the characters with 'FF' (reversing all the bits) and I'm doing that by converting the ...
4
votes
3answers
353 views
Pyparsing - parse jascii text from mixed jascii/ascii text file?
I have a text file with mixed jascii/shift-jis and ascii text. I'm using pyparsing and am unable to tokenize such strings.
Here is an example code:
from pyparsing import *
subrange = ...
2
votes
2answers
899 views
shift jis decoding/encoding in perl
When I try decode a shift-jis encoded string and encode it back, some of the characters get garbled:
I have following code:
use Encode qw(decode encode);
$val=;
print "\nbefore decoding: $val";
my ...
1
vote
1answer
389 views
Error parsing emails using Python's email module when the encoding is in shift_jis
I am getting an error that says "UnicodeDecodeError: 'shift_jis' codec can't decode bytes in position 2-3: illegal multibyte sequence" when I try to use my email parser to decode a shift_jis encoded ...
0
votes
1answer
922 views
Use iconv API in C
I try to convert a sjis string to utf-8 using the iconv API. I compiled it already succesfully, but the output isn't what I expected.
My code:
void convertUtf8ToSjis(char* utf8, char* sjis){
...
6
votes
6answers
546 views
Space-saving character encoding for japanese?
In my opinion a common problem: character encoding in combination with a bitmap-font. Most multi-language encodings have an huge space between different character types and even a lot of unused code ...
0
votes
1answer
331 views
Retrieving a specified glyph from freetype (SHIFT JIS encoded)?
Until now I used a texture (bitmapfont) for font rendering, but I'm trying to get freetype2 working. All my strings are SHIFT_JIS encoded and my only Problem is now to get from freetype the right ...
0
votes
1answer
60 views
How to rewrite the SJIStoJIS function from php to python
I need convert SHIFT_JIS charset to JIS charset by python.I found a function on google codesearch. But the function is used php. I can't use python's unpack() correctly. Plz give me some help.Thank ...
0
votes
1answer
581 views
How to detect the character encoding of a file in Java?
Good day,
Our application receives files from our users, and those files must be validated if they are of the encoding type that we support (i.e. UTF-8, Shift-JIS, EUC-JP), and once that file is ...
1
vote
1answer
574 views
Using SHIFT_JIS text in PHP
I am building a form that needs to accept characters encoded in SHIFT_JIS and then send those results via email to a recipient. I've tried to simply capture the results from the $_POST variable and ...
3
votes
1answer
586 views
Open a SHIFT_JIS file in Ruby 1.8.7
This is one of those things that seems like it should be laughably easy but I'm stuck...
I need to open a CSV file that is stored in SHIFT_JIS encoding and decode it to Unicode and also encode in ...
1
vote
2answers
1k views
How do I process lines with CRLF, NEL line terminators?
I need to process a file with shift_jis encoding. However the line terminators are in a format that im not familar with.
> file record.CSV
record.CSV: Non-ISO extended-ASCII text, with CRLF, NEL ...
0
votes
3answers
387 views
how to open a URL with non utf-8 arguments
Using Python I need to transfer non utf-8 encoded data (specifically shift-jis) to a URL via the query string.
How should I transfer the data? Quote it? Encode in utf-8?
Thanks
4
votes
2answers
704 views
Japanese COBOL code on IBM mainframe in Shift-JIS; represented after transfer to a PC how?
We have a Japanese client that has source code in COBOL on an mainframe. He claims the code on the mainframe is represented in Shift-JIS2 (and we think we understand that pretty well). When that ...
1
vote
1answer
449 views
Are there any problems converting between SHIFT_JIS and Unicode encodings?
I've heard there are (used to be?) ambiguous mappings between Unicode and SHIFT_JIS codes. This KB article somewhat proves this.
So the question is: will I lose any data if I take SHIFT_JIS-encoded ...

