• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Rép: Unicode versus Utf8
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Rép: Unicode versus Utf8


  • Subject: Rép: Unicode versus Utf8
  • From: Yvan KOENIG <email@hidden>
  • Date: Sun, 5 Jul 2009 21:04:32 +0200

Oops,
once again, I posted it to Philip Aker himself.

Le 5 juil. 2009 à 19:46, Philip Aker a écrit :

On 2009-07-05, at 06:32:35, Mark J. Reed wrote:

And Philip: the win here is not so much Perl but the large set of useful modules that come preinstalled with it.


perl -= 1;
tclsh -= 1/2;

Ok, I'm retracting the extra point for Perl, and instead, shaving off 1/2 a point for the built-in Tcl extension package ::uri::urn not advertising it's similar capability. Not to mention that the proc is misnamed "quote" (rather than "escape").

set urichars to "dörk"
do shell script "tclsh <<< 'package require uri::urn;puts [uri::urn::quote {" & urichars & "}]'"

Thanks to all of you.

At this time I start from the original string :
"Pages &#x2019;06"
which I transform into "Pages &#x2019;06"
then I extract "&#x2019;"

which I replace by Utf8value calculated with Philip's:

set unicodeNum to "20A9" (* of course, it may be an other value *)
set Utf8value to do shell script "perl -MURI::Escape=uri_escape_utf8 - le 'print uri_escape_utf8(chr(0x" & unicodeNum & "))'"


I assumes that there is no way to convert directly
"Pages &#x2019;06"
into
"Pages ₩06"

Yvan KOENIG (from FRANCE dimanche 5 juillet 2009 20:38:00)




_______________________________________________ Do not post admin requests to the list. They will be ignored. AppleScript-Users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden
  • Follow-Ups:
    • Re: Rép: Unicode versus Utf8
      • From: Philip Aker <email@hidden>
  • Prev by Date: Fwd: Unicode versus Utf8
  • Next by Date: Re: Rép: Unicode versus Utf8
  • Previous by thread: Fwd: Unicode versus Utf8
  • Next by thread: Re: Rép: Unicode versus Utf8
  • Index(es):
    • Date
    • Thread