search for: shift_ji

Displaying 14 results from an estimated 14 matches for "shift_ji".

Did you mean: shift_jis
2005 Aug 13
9
Multilingual Rails v0.6
Multilingual Rails v0.6 is released! Here is the changelog. Documentation and download at the homepage: http://www.tuxsoft.se/oss/rails/multilingual v0.6 - 2005-08-13 * String case-manipulation functions replaced with ruby-unicode equivalents (if ruby-unicode is installed): String#downcase, String#upcase and String#capitalize now fully handle Unicode. * String normalization
2011 Aug 13
3
Japanese and Korean Fonts inside Wine.
I installed Ubuntu in English. How now, "Wine" to force to show the Korean (Hangeul) and Japanese (Hiragana/Katakana/kanji) fonts?.
2007 Feb 15
0
8 commits - libswfdec/swfdec_bits.h libswfdec/swfdec_font.c libswfdec/swfdec_font.h libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_tag.c libswfdec/swfdec_text.c libswfdec/swfdec_text.h test/swfedit_token.c test/various
...nt_leading; - int kerning_count; int i; id = swfdec_bits_get_u16 (bits); font = swfdec_swf_decoder_create_character (s, id, SWFDEC_TYPE_FONT); if (!font) return SWFDEC_STATUS_OK; + font->scale_factor = SWFDEC_TEXT_SCALE_FACTOR; has_layout = swfdec_bits_getbit (bits); shift_jis = swfdec_bits_getbit (bits); @@ -335,12 +342,7 @@ tag_func_define_font_2 (SwfdecSwfDecoder for (i = 0; i < n_glyphs; i++) { swfdec_bits_get_rect (bits, &rect); } - kerning_count = swfdec_bits_get_u16 (bits); - if (0) { - for (i = 0; i < kerning_count; i++) { -...
2009 Feb 19
1
How to encode Non-English directories and filenames
Hello All, I have a custom client which successfully connects to the SSH server both on cygwin/OpenSSH-server running on windows and to standard SSH servers runnign on Linux. If I send a command like the following in bytes: ==== mkdir <Shift_JIS_characters> ==== after having encoded the whole command in bytes with Shift_JIS, to a linux SSH server ... it works. BUT if I send a similar command to a cygwin/SSH-server on windows, it fails. It seems like the OpenSSH implementation does not honor the default system encoding specified by th...
2005 Mar 29
0
ActionMailer tmail/quoting.rb problem
...ure(''signup'') p @expected.body #=> " foo\n" # because text.gsub(/_/," ") If you enhance TMail::Mail#body like this, I want you to convert mail.body code in render_body. My mailer code now: # topic is a ActiveRecord instance. topic attrs encoding is Shift_JIS. mail = Notifications.create_invoice(sent_on, {"topic"=>topic}) # convert from Shift_JIS to ISO-2022-JP # mail.body is incompatible between 1.7.1 and 1.8.0 in ActionMailer... mail.body = NKF.nkf(''-Sj -m0'', mail.quoted_body) # sigh. Notifications.deliver(mai...
2013 Mar 21
0
Problems parsing page encoded in Shift-JIS
...ts as I''m not sure whether it''s a Mechanize problem or a Nokogiri problem. Using Nokogiri and Mechanize to load and parse a web page encoded with Shift-JIS. I have an HTML construct like: <head> <meta http-equiv="content-type" content="text/html; charset=Shift_JIS"> </head> <body> ... <ul id="test"> <li><a>abc</a><a>def</a><a>ghi</a><span>123</span></li> <li><a>abc</a><a>def</a><a>ghi</a><span>123</span>&...
2004 Nov 18
0
R bug ?? (PR#7378)
--Apple-Mail-1-74005136 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=SHIFT_JIS; format=flowed Sometime, R generates following warning message. To restore, I must press command+. > edit(tolerance) 2004-11-18 11:07:27.003 R[420] *** NSTimer discarding exception=20 'NSInvalidArgumentException' (reason '*** -[NSTextView=20 replaceCharactersInRange:withString:]...
2016 Jun 21
2
Problemas con tildes y otros caracteres en R y RStudio
...spa%C3%B1a_por_poblaci%C3%B3n ") y el resultado es encoding language confidence 1 ISO-8859-1 es 0.70 2 ISO-8859-2 ro 0.43 3 ISO-8859-9 tr 0.16 4 UTF-8 0.15 5 UTF-16BE 0.10 6 UTF-16LE 0.10 7 Shift_JIS ja 0.10 8 GB18030 zh 0.10 9 EUC-JP ja 0.10 10 EUC-KR ko 0.10 11 Big5 zh 0.10 He ido probando cada uno de esos encodings, al llamar a la función read_html, pero nada, sigue sin codificarlo bien. También probé a utilizar...
2016 Jun 21
2
Problemas con tildes y otros caracteres en R y RStudio
...encoding language confidence >> 1 ISO-8859-1 es 0.70 >> 2 ISO-8859-2 ro 0.43 >> 3 ISO-8859-9 tr 0.16 >> 4 UTF-8 0.15 >> 5 UTF-16BE 0.10 >> 6 UTF-16LE 0.10 >> 7 Shift_JIS ja 0.10 >> 8 GB18030 zh 0.10 >> 9 EUC-JP ja 0.10 >> 10 EUC-KR ko 0.10 >> 11 Big5 zh 0.10 >> >> He ido probando cada uno de esos encodings, al llamar a la función >> read_html, p...
2007 Jun 24
2
problem gsub in the locale of CP932 and SJIS (PR#9751)
Full_Name: Ei-ji Nakama Version: R-2.5.0 OS: any Submission from: (NULL) (219.117.236.5) problem by operation of gsub in the locale of CP932 and SJIS. The inconvenient character code which used 0x5c after the first byte. --- R-2.5.0.orig/src/main/character.c 2007-04-03 11:05:05.000000000 +0900 +++ R-2.5.0/src/main/character.c 2007-06-24 22:31:06.000000000 +0900 @@ -986,6 +986,17 @@
2009 Jun 17
12
FasterCVS and Rails
Hello all, I''m trying to import some csv data (that has latin characters) using faster csv but I keep getting a MalformedCSVError: "Unclosed quoted field on line 1." "/ruby/lib/ruby/gems/1.8/gems/fastercsv-1.2.3/lib/faster_csv.rb:1592:in `shift''" I''ve tested the same code outside of the Rails application an it works fine. Can anyone help me? Here is
2016 Jun 21
2
Problemas con tildes y otros caracteres en R y RStudio
Hola. Tengo algún tipo de problema con las tildes, a la hora de trabajar en R o en RStudio, que no sé resolver. Intentando reproducir en dos PCs distintos, ambos con Windows 7, uno de los últimos ejercicios que ha publicado Carlos Gil Bellosta en su blog ( https://www.datanalytics.com/2016/06/20/6602-767-km-alrededor-de-espana-para-visitar-todas-sus-capitales-de-provincia/), me ocurre que al
2009 Mar 13
0
Wine release 1.1.17
...ole32: Make compobj.dll into a stand-alone 16-bit module. ole32: Get rid of WINE_StringFromCLSID and A->W conversions. oleaut32: Make typelib.dll into a stand-alone 16-bit module. oleaut32: Make ole2disp.dll into a stand-alone 16-bit module. wine.inf: Fix typo in the shift_jis entry. rpcrt4: Use RpcMsg->Buffer instead of BufferStart since the latter isn't always set. setupapi: Check for NULL module to avoid an exception in RtlImageNtHeader. winspool.drv: Make sure the DEVMODE structure is fully initialized. winedbg: Don't name a functi...
2006 Jan 05
2
Apache issue
...nts/character-sets # for a list of sorts. But browsers support few. # AddCharset GB2312 .gb2312 .gb AddCharset utf-7 .utf7 AddCharset utf-8 .utf8 AddCharset big5 .big5 .b5 AddCharset EUC-TW .euc-tw AddCharset EUC-JP .euc-jp AddCharset EUC-KR .euc-kr AddCharset shift_jis .sjis # # AddType allows you to add to or override the MIME configuration # file mime.types for specific file types. # #AddType application/x-tar .tgz # # AddEncoding allows you to have certain browsers uncompress # information on the fly. Note: Not all browsers support this. # Despite the nam...