| View previous topic :: View next topic |
| Author |
Message |
shoshinsha
Joined: 05 Jul 2011 Posts: 17
|
Posted: Thu Jul 07, 2011 6:26 am Post subject: universalchardet/Japanese encoding detect plugin |
|
|
Detect encoding of text file using Mozilla universalchardet
link:
| Code: |
http://mxr.mozilla.org/seamonkey/source/extensions/universalchardet/
http://www-archive.mozilla.org/projects/intl/UniversalCharsetDetection.html
|
plus: Japanese encoding detect (shift_jis/jis/euc-jp/utf-
function (menucontext)
| Quote: |
SEPARATOR
"Encoding Detect"
{
"ISO2022/Japanese" Call("EncodingDetect::NonUniEncoding")
"nsUniversalDetector"
{
"Japanese" Call("EncodingDetect::UniJaEncodingDetect")
"Chinese simplified" Call("EncodingDetect::UniChineseSimEncodingDetect")
"Chinese traditional" Call("EncodingDetect::UniChineseTRAEncodingDetect")
"Chinese" Call("EncodingDetect::UniChineseEncodingDetect")
"Korean" Call("EncodingDetect::UniKoreaEncodingDetect")
"CJK" Call("EncodingDetect::UniCJKEncodingDetect")
"NonCJK" Call("EncodingDetect::UniNonCJKEncodingDetect")
"Auto" Call("EncodingDetect::UniEncodingDetect")
}
"Auto Load" +Call("EncodingDetect::Main")
"Setting" Call("EncodingDetect::Settings")
}
|
download
For Akelpad 4.8 (Update latest universalchardet) (2013/04/19)
| Code: |
http://www.mediafire.com/?ad7qe55njnebcd5
|
For Akelpad 4.7.6
| Code: |
http://www.mediafire.com/?497hh64bi2ezbxw
|
For akelpad 4.7
| Code: | | http://www.mediafire.com/?vw3vrcrq3n9ycwt |
for akelpad 4.6
| Code: | | http://www.mediafire.com/?cql869w253j1smd |
update:
-add Unicode detect (from akelpad source )
Update 2011/08/04
-Update to latest universalchardet (firefox 5.0.1)
-Update akelpad files to latest version.
-Update get codepage from charset function
Update 2011/10/7
-add settings
-add auto detect when open file
Last edited by shoshinsha on Thu Apr 18, 2013 3:11 pm; edited 7 times in total |
|
| Back to top |
|
 |
DV
Joined: 16 Nov 2006 Posts: 723 Location: Kyiv, Ukraine
|
Posted: Thu Jul 07, 2011 10:11 am Post subject: Re: universalchardet/Japanese encoding detect plugin |
|
|
Very interesting, but it detects UTF-16 LE as UTF-16 BE and therefore shows funny symbols  |
|
| Back to top |
|
 |
shoshinsha
Joined: 05 Jul 2011 Posts: 17
|
Posted: Thu Jul 07, 2011 12:52 pm Post subject: Re: universalchardet/Japanese encoding detect plugin |
|
|
| DV wrote: | Very interesting, but it detects UTF-16 LE as UTF-16 BE and therefore shows funny symbols  |
now, using akelpad unicode detect function to detect utf-x encoding  |
|
| Back to top |
|
 |
shoshinsha
Joined: 05 Jul 2011 Posts: 17
|
Posted: Thu Aug 04, 2011 6:47 am Post subject: |
|
|
| updated! |
|
| Back to top |
|
 |
shoshinsha
Joined: 05 Jul 2011 Posts: 17
|
Posted: Fri Nov 18, 2011 4:17 am Post subject: |
|
|
| update for akelpad 4.7 |
|
| Back to top |
|
 |
shoshinsha
Joined: 05 Jul 2011 Posts: 17
|
Posted: Fri Jun 22, 2012 12:19 am Post subject: |
|
|
| Updated! |
|
| Back to top |
|
 |
San_dr
Joined: 06 Dec 2010 Posts: 109 Location: г.Харьков, Русь
|
Posted: Sat Jan 19, 2013 8:41 pm Post subject: |
|
|
| shoshinsha, how about updating the plugin? Thank you |
|
| Back to top |
|
 |
shoshinsha
Joined: 05 Jul 2011 Posts: 17
|
Posted: Thu Apr 18, 2013 3:12 pm Post subject: |
|
|
| Updated! |
|
| Back to top |
|
 |
|