[nbchardet~mercurial:2] modified some bugs about UI.
- From: takakura@kenai.com
- To: commits@nbchardet.kenai.com
- Subject: [nbchardet~mercurial:2] modified some bugs about UI.
- Date: Sun, 6 Dec 2009 03:05:33 +0000
Project: nbchardet
Repository: mercurial
Revision: 2
Author: takakura
Date: 2009-12-06 03:04:34 UTC
Link:
Log Message:
------------
modified some bugs about UI.
Revisions:
----------
2
Modified Paths:
---------------
chardet/src/org/netbeans/modules/chardet/ui/FileChooserWithOptionsUI.java
Diffs:
------
diff -r 1a8a7b398910 -r dda4aa429a20
chardet/src/org/netbeans/modules/chardet/ui/FileChooserWithOptionsUI.java
---
a/chardet/src/org/netbeans/modules/chardet/ui/FileChooserWithOptionsUI.java
Sun Dec 06 11:05:27 2009 +0900
+++
b/chardet/src/org/netbeans/modules/chardet/ui/FileChooserWithOptionsUI.java
Sun Dec 06 12:04:34 2009 +0900
@@ -1773,6 +1773,10 @@
list.add(Constants.ISO8859_7);
list.add(Constants.MACHEBREW);
list.add(Constants.MACICELAND);
+ list.add(Constants.MS932);
+ list.add(Constants.SJIS);
+ list.add(Constants.EUC_JP);
+ list.add(Constants.ISO2022JP);
list.add(Constants.MS949);
list.add(Constants.EUC_KR);
list.add(Constants.MACTURKISH);
|
[nbchardet~mercurial:2] modified some bugs about UI. |
takakura | 12/06/2009 |





