From c073e11612e36a7f9b8d7033faf08d663dd40c1f Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Sun, 25 Jul 2010 00:02:01 +0000 Subject: - Fix positioning bug when using Import From Clipboard - Add controllable encoding support when importing CSV and SQL files, including a new default "Autodetect" option. Add UniversalDetector framework to support encoding autodetection. This should address Issue #720. --- .../A/Resources/English.lproj/InfoPlist.strings | Bin 0 -> 204 bytes .../Versions/A/Resources/Info.plist | 22 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 Frameworks/UniversalDetector.framework/Versions/A/Resources/English.lproj/InfoPlist.strings create mode 100644 Frameworks/UniversalDetector.framework/Versions/A/Resources/Info.plist (limited to 'Frameworks/UniversalDetector.framework/Versions/A/Resources') diff --git a/Frameworks/UniversalDetector.framework/Versions/A/Resources/English.lproj/InfoPlist.strings b/Frameworks/UniversalDetector.framework/Versions/A/Resources/English.lproj/InfoPlist.strings new file mode 100644 index 00000000..7080cf94 Binary files /dev/null and b/Frameworks/UniversalDetector.framework/Versions/A/Resources/English.lproj/InfoPlist.strings differ diff --git a/Frameworks/UniversalDetector.framework/Versions/A/Resources/Info.plist b/Frameworks/UniversalDetector.framework/Versions/A/Resources/Info.plist new file mode 100644 index 00000000..2e89cad2 --- /dev/null +++ b/Frameworks/UniversalDetector.framework/Versions/A/Resources/Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + UniversalDetector + CFBundleIdentifier + org.mozilla.universalchardet + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + UniversalDetector + CFBundlePackageType + FMWK + CFBundleSignature + ???? + CFBundleVersion + 1.0 + + -- cgit v1.2.3