Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Shift_JIS


Related Topics
EUC

In the News (Wed 9 Dec 09)

  
  Shift-JIS art - Wikipedia, the free encyclopedia
Shift_JIS art is artwork created from characters within the Shift_JIS character set, a superset of ASCII.
Shift_JIS has become very popular on web-based bulletin boards, notably 2ch.net, and has even made its way into mainstream media and commercial advertising in Japan.
Within the Japanese community, Shift_JIS art is sometimes abbreviated as SJIS art, but is most commonly referred to as " AA " meaning ASCII art, although it rarely restricts itself to the 95 printable characters within the ASCII standard.
en.wikipedia.org /wiki/Shift-JIS_art   (181 words)

  
 Shift-JIS - Wikipedia, the free encyclopedia
Shift_JIS ( SJIS) is a character encoding for the Japanese language developed by a Japanese company called ASCII and adopted by, amongst others, Microsoft.
However, unlike competing 8-bit format EUC, Shift_JIS only guarantees that the first byte will be in the upper ASCII range; the value of the second byte can be either high or low.
Secondly, Shift_JIS has more encoding space than is needed for JIS X 0201 and JIS X 0208 and these can and are used for yet more characters.
en.wikipedia.org /wiki/Shift-JIS   (431 words)

  
 Bug ID: 4556882 Follow the IANA definition for "shift_jis" charset name
Currently J2SE doesn't follow the IANA definition of the MIME tag "shift_jis", which is defined as an MS932 (Microsoft Codepage 932) alias in J2SE.
It might be time to change the "shift_jis" as an alias of SJIS (JIS-defined "Shift-JIS".
Note that this change may generate bug reports from those who think "shift_jis" is a synonym of Microsoft Codepage 932.
bugs.sun.com /bugdatabase/view_bug.do?bug_id=4556882   (425 words)

  
 Bug 685 - coding systems for ID3 tag
ID3 tag is written with Shift_JIS, ISO-8859-1, or other coding systems, but ID3 tag doesn't have a mechanism for that.
The original report raises the problem of distinguishing Shift_JIS from ISO8859-1 (encodings conflict and I assume that people do have playlists with MP3s with tags with both encodings shuffled).
There is indeed a conflict between Shift_JIS and ISO-8859-1, but what the bug reporter meant by 'conflict' between them is not the kind of conflict you have in your mind.
bugs.xmms.org /show_bug.cgi?id=685   (1357 words)

  
 [I18n-sig] PEP 263 and Japanese native encodings   (Site not responding. Last check: 2007-11-04)
Tamito KAJIYAMA < kajiyama@grad.sccs.chukyo-u.ac.jp > writes: > Shift_JIS is not ASCII compatible in a similar way.
Then you need to propose an implementation strategy, and that strategy should *not* be "special-case Shift_JIS", and it also should not be "use the C library's multibyte functions".
In phase 2 of the PEP, both Shift_JIS and ISO-2022-JP will be acceptable source encodings - but we are in search of an implementation strategy for that as well.
mail.python.org /pipermail/i18n-sig/2002-March/001381.html   (404 words)

  
 converters/libiconv change request for net/samba3
Iijima advised me again in ports-jp at jp.freebsd.org, but he is shy to post gnome at freebsd.org.
But in practice, we have traditionally treated official Shift_JIS, Microsoft CP932, Apple Japanese set, Sun Java's "SJIS" encoding, etc. as identical to each other, whenever we do not use extra characters added by each vendor (for example, codepoints circa 0x85??-0x87??).
Historically, JIS X0208 was born in 1978 and soon 'shift' encoding (what we now call Shift_JIS) and 8th-bit-on encoding (what we now call EUC) were invented.
lists.freebsd.org /pipermail/freebsd-gnome/2004-July/007446.html   (907 words)

  
 search.cpan.org: ShiftJIS::String - functions to manipulate Shift-JIS strings   (Site not responding. Last check: 2007-11-04)
Returns a boolean indicating whether all the strings in the parameter list are legally encoded in Shift-JIS.
The returned lvalue is not aware of Shift-JIS, then successive assignment may cause unexpected results.
Use of an illegal Shift-JIS string may lead to odd results.
search.cpan.org /~sadahiro/ShiftJIS-String-1.02/String.pod   (1600 words)

  
 MySQL, JDBC PreparedStatement, Shift_JIS, EUC-JP, BIG5, GB2312, Java
While MySQL can be compiled for one specific character set (charset), such as Japanese ShiftJIS, it is desirable to store String with multiple charsets.
So, some Strings with Japanese ShiftJIS and another with Chinese BIG5 can be stored in the same column of the single table, by MySQL.
Java and all Java-based trademarks and logos are trademarks or registered of Sun Microsystems, Inc. in the United States and other countries.
www.oop-reserch.com /mysql.html   (747 words)

  
 PhpDig.net - Japanese encoding : charset=shift_jis   (Site not responding. Last check: 2007-11-04)
If you recently donated or wish to use a different payment processor, please send an email.
There are a functions to convert from/to EUC-JP, Shift_JIS and ISO-2022-JP(JIS) and others to convert from/to full-width and half-width character.
I meant each Japanese character will be considered as a couple of single-byte characters.
www.phpdig.net /forum/printthread.php?t=355   (1037 words)

  
 [No title]   (Site not responding. Last check: 2007-11-04)
Overview This version of XML::Parser and XML::Encoding does not come with map files for the charset "Shift_JIS" and the charset "euc-jp".
If IANA, Unicode Consoritum, and JIS eventually reach a consensus, we will be able to provide map files for "Shift_JIS" and "euc-jp".
The current registration of the charset "Shift_JIS" is as below: >Name: Shift_JIS (preferred MIME name) >MIBenum: 17 >Source: A Microsoft code that extends csHalfWidthKatakana to include > kanji by adding a second byte when the value of the first > byte is in the ranges 81-9F or E0-EF.
rf.net /~james/Japanese_Encodings.txt   (667 words)

  
 i18n, Shift_JIS, Chinese BIG5, GB2312, Russian KOI8-R, Apache Tomcat
HTTP request with 2 bytes characters (Japanese Shift_JIS, Chinese BIG5, Chinese GB2312 or Russian KOI8-R).
There is not difficulty even in the 2 bytes characters such as Japanese Shift_JIS, Chinese BIG5 or GB2312.
Regardless of the configuration of the SQL database, the request parameters in the various charsets (including the 2 byte character such as Japanese Shift_JIS, Chinese BIG5, Chinese GB2312 or Russian KOI8-R) can be stored into the single database.
www.oop-reserch.com /cross_inter.html   (803 words)

  
 [kaffe] CharToByteIconv dumps core when used for SHIFT_JIS   (Site not responding. Last check: 2007-11-04)
In message "[kaffe] CharToByteIconv dumps core when used for SHIFT_JIS" on 03/04/28, Ito Kazumitsu < ito.kazumitsu at hitachi-cable.co.jp > writes: > I found a case where CharToByteIconv dumps core when used for SHIFT_JIS.
This problem occurs not only with SHIFT_JIS but also with a number of charsets.
Test results for various charsets are as follows.
www.kaffe.org /pipermail/kaffe/2003-April/093657.html   (162 words)

  
 Digital Mars - D - UTF-8
I know that D is a Unicode-oriented language, so wrote the source code
API of my OS requires Shift_JIS as encoding of a character sequence.
As a result, in order to display Japanese, the source code cannot be
www.digitalmars.com /d/archives/20787.html   (2994 words)

  
 dBforums - Display Shift-JIS through ASP
I really don't understand why I cannot display Japanese Character...
I tried the code page solution (952), meta-tag (shift_jis), saved my
asp page in Shift_JIS (trough a japanese editor)...
www.dbforums.com /t692996.html   (264 words)

  
 ProgrammingTalk - iso-2022-jp to Shift_JIS with php
i need the andbody in the Shift_JIS format
is there any way during the saving of the text file process to convert iso-20220jp into Shift_JIS then save on the server so its readable
The best way to deal with Japanese encoding (or any multi-byte codes) in PHP is to use mbstring extension.
www.programmingtalk.com /showthread.php?t=5439   (290 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.