From sunil_kkn at yahoo.co.uk Wed Dec 8 19:45:58 2004 From: sunil_kkn at yahoo.co.uk (sunil kumar) Date: Wed Dec 8 19:46:02 2004 Subject: [Namazu-devel-en] Kakasi - Translation Problem In-Reply-To: Message-ID: <20041208104558.91893.qmail@web25307.mail.ukl.yahoo.com> Hi, I am Sunil, a software engineer working in India. I am working for Japanese customers. But unfortunately I don't know Japanese. In one project I need to translate japanese text in kanji, katakana or in hiragana to romaji. While browsing through internet, I found kakasi as a suitable software for it. As per the instruction in one site, I have run the executable of kakasi as follows : kakasi -s -U -Ja -Ha -Ka romaji.txt and the kanji.txt contains ??????. Its translation in romaji must be nichiyobi. but the text file romaji.txt contains the data RU SUI??yu??JAKU#129;. And for all translation, the romaji.txt contains RU SUI as the first characters. Couls you please explain why this hapens ? Actually my requirement is to convert kanji characters and kana characters to romaji characters. Could you pls say the options that I need to add with kakasi.exe for this ? Also the compilation of source file generates many errors. Could you please explain, what c and header files I need to run kakasi program ? Also I need to tokenize the japanese text. I think kakasi tokenizing the japanese text before translation ? Can you explain how ? So please help me . Thanks in advance, Sunil --------------------------------- Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.namazu.org/pipermail/namazu-devel-en/attachments/20041208/e1f14223/attachment.htm From yw3t-trns at asahi-net.or.jp Wed Dec 15 11:07:15 2004 From: yw3t-trns at asahi-net.or.jp (Tadamasa Teranishi) Date: Wed Dec 15 11:07:27 2004 Subject: [Namazu-devel-en] Namazu 2.0.14 released! Message-ID: <41BF9C53.48D56E29@asahi-net.or.jp> Namazu 2.0.14 released! Overview of Changes in Namazu 2.0.14 - Dec 15, 2004 * Fix a cross-site scripting vulnerability. (When query which begins from a tab (%09) is specified.) More information: -- ===================================================================== TADAMASA TERANISHI yw3t-trns@asahi-net.or.jp http://www.asahi-net.or.jp/~yw3t-trns/index.htm Key fingerprint = 474E 4D93 8E97 11F6 662D 8A42 17F5 52F4 10E7 D14E From knok at daionet.gr.jp Wed Dec 15 13:28:00 2004 From: knok at daionet.gr.jp (NOKUBI Takatsugu) Date: Wed Dec 15 13:28:02 2004 Subject: [Namazu-devel-en] Namazu 2.0.14 released Message-ID: <87y8g02njj.wl@knok.daionet.gr.jp> Full-text search engine Namazu 2.0.14 released 2.0.13 or older version have Cross-Site Scripting vulnerability in namazu.cgi. It affects all sites using namazu.cgi 2.0.13 or older version, and it can exploit HTTP cookie and/or alter web contents. The vulnerability was repored to Information-technology Promotion Agency(IPA) by a discoverer. Namazu Project gets the issue from JPCERT Coordination Center(JPCERT/CC) and fixed. Overview of Changes in Namazu 2.0.14 - Dec 15, 2004 * Fix a cross-site scripting vulnerability. (When query which begins from a tab (%09) is specified.) Workaround: Workaround to 2.0.13 and before : 1. move namazu.cgi and .namazurc to a place where you cannot access with http. Assuming you move to /usr/local/lib. 2. create the script blow named namazu.cgi, and grant execution permission. 2.1. script by sh #!/bin/sh QUERY_STRING=`echo "$QUERY_STRING" | sed -e 's/y=%09/y=%20/g'` export QUERY_STRING /usr/local/lib/namazu.cgi 2.2. script by perl !#/usr/bin/perl $ENV{QUERY_STRING}=~s/y=%09/y=%20/g; system("/usr/local/lib/namazu.cgi"); See also: JVN#904429FE Cross-Site Scripting vulnerability in Namazu http://jvn.jp/jp/JVN%23904429FE.html (written in Japanese) The problem produced when query begins from a tab (%09) http://www.namazu.org/security.html.en#cross-site-scripting You can get Namazu 2.0.14 from http://www.namazu.org/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://www.namazu.org/pipermail/namazu-devel-en/attachments/20041215/c353349d/attachment.bin