Skip to content

Commit

Permalink
fixed PropertyName
Browse files Browse the repository at this point in the history
Signed-off-by: Ken ISHIMOTO <ken@ksroom.com>
  • Loading branch information
ishimoto committed Sep 20, 2012
1 parent dd490f3 commit a0b1fba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Frameworks/Core/ERExtensions/Resources/Properties
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ er.extensions.ERXWOForm.multipleSubmitDefault=true
#########################################################################
# ERXLocalizationEditor
#########################################################################
er.extensions.components.ERXLocalizationEditor=UTF-16BE
er.extensions.ERXLocalizationEditor.endoding=UTF-16BE

#########################################################################
# SSL DirectConnect
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public void saveFramework() throws IOException {
if(!newDict.equals(dict)) {
throw new IllegalStateException("Data wasn't equal when comparing before save");
} else if(url != null) {
ERXFileUtilities.stringToFile(result, new File(url.getFile()), ERXProperties.stringForKeyWithDefault("er.extensions.components.ERXLocalizationEditor", "UTF-16BE"));
ERXFileUtilities.stringToFile(result, new File(url.getFile()), ERXProperties.stringForKeyWithDefault("er.extensions.ERXLocalizationEditor.endoding", "UTF-16BE"));
}
}
}
Expand Down

0 comments on commit a0b1fba

Please sign in to comment.