Kaydet (Commit) 617e2305 authored tarafından Jack Jansen's avatar Jack Jansen

Use hex escape for non-ascii chars, now that the parser wants that.

Good thing, too: some of the characters had been mangled by OS9->CVS->OSX
roundtrips.
üst febd61dc
......@@ -70,28 +70,28 @@ kDocumentsFolderType = 'docs'
kVolumeRootFolderType = 'root'
kChewableItemsFolderType = 'flnt'
kApplicationSupportFolderType = 'asup'
kTextEncodingsFolderType = 'tex'
kTextEncodingsFolderType = '\xc4tex'
kStationeryFolderType = 'odst'
kOpenDocFolderType = 'odod'
kOpenDocShellPlugInsFolderType = 'odsp'
kEditorsFolderType = 'oded'
kOpenDocEditorsFolderType = 'odf'
kOpenDocEditorsFolderType = '\xc4odf'
kOpenDocLibrariesFolderType = 'odlb'
kGenEditorsFolderType = 'edi'
kHelpFolderType = 'hlp'
kInternetPlugInFolderType = 'net'
kModemScriptsFolderType = 'mod'
kGenEditorsFolderType = '\xc4edi'
kHelpFolderType = '\xc4hlp'
kInternetPlugInFolderType = '\xc4net'
kModemScriptsFolderType = '\xc4mod'
kPrinterDescriptionFolderType = 'ppdf'
kPrinterDriverFolderType = 'prd'
kScriptingAdditionsFolderType = 'scr'
kSharedLibrariesFolderType = 'lib'
kPrinterDriverFolderType = '\xc4prd'
kScriptingAdditionsFolderType = '\xc4scr'
kSharedLibrariesFolderType = '\xc4lib'
kVoicesFolderType = 'fvoc'
kControlStripModulesFolderType = 'sdev'
kAssistantsFolderType = 'ast'
kUtilitiesFolderType = 'uti'
kAppleExtrasFolderType = 'aex'
kAssistantsFolderType = 'ast\xc4'
kUtilitiesFolderType = 'uti\xc4'
kAppleExtrasFolderType = 'aex\xc4'
kContextualMenuItemsFolderType = 'cmnu'
kMacOSReadMesFolderType = 'mor'
kMacOSReadMesFolderType = 'mor\xc4'
kALMModulesFolderType = 'walk'
kALMPreferencesFolderType = 'trip'
kALMLocationsFolderType = 'fall'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment