| CODENOTIFIER | HelpYou are not signed inSign in |
Project: JRuby
Revision: 7632
Author: lopex
Date: 02 Sep 2008 11:16:57
Changes:Diff:| ... | ...@@ -461,7 +461,7 @@ | |
| 461 | 461 | public static final byte NEW_LINE = (byte)0x0a; |
| 462 | 462 | |
| 463 | 463 | public static Encoding load(String name) { |
| 464 | String encClassName = "org.joni.encoding.specific." + name + "Encoding"; | |
| 464 | String encClassName = "org.jcodings.specific." + name + "Encoding"; | |
| 465 | 465 | |
| 466 | 466 | Class<?> encClass; |
| 467 | 467 | try { |