Shirt Pocket Discussions  
    Home netTunes launchTunes SuperDuper! Buy Now Support Discussions About Shirt Pocket    

Go Back   Shirt Pocket Discussions > SuperDuper! > General

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #11  
Old 10-20-2006, 11:45 PM
ichiro ichiro is offline
Registered User
 
Join Date: Oct 2006
Posts: 11
I found an improvement method of a trouble.

I referred to a page of here.
http://www.shirt-pocket.com/blog/ind...t_japan_style/

Japanese tiger systems need ASCII 128 as backslash.

I changed the following file.
/Applications/SuperDuper!.app/Contents/Resources/Copy Job Script.template

-------------------------------------
on encode_char(this_char)
set the ASCII_num to (the ASCII number this_char)
set the hex_list to {"0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F"}
-- set backslashChar to ASCII character 92
set backslashChar to ASCII character 128
-------------------------------------

-------------------------------------
on encode_text(this_text, encode_URL_A, encode_URL_B)
set the standard_characters to "abcdefghijklmnopqrstuvwxyz0123456789"
set quoteChar to ASCII character 34
-- set backslashChar to ASCII character 92
set backslashChar to ASCII character 128
-------------------------------------

SuperDuper! worked with Japanese mode without trouble.
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:28 AM.


Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.