MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: character range on lower case script alphabet

  • To: mathgroup at smc.vnet.net
  • Subject: [mg57853] Re: character range on lower case script alphabet
  • From: Omega Consulting <info at omegaconsultinggroup.com>
  • Date: Fri, 10 Jun 2005 02:29:16 -0400 (EDT)
  • References: <200506060821.EAA12525@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

CharacterRange gives a set of characters with sequential character 
codes, but the script characters are not sequential:

In[]:=ToCharacterCode["\[ScriptD]"]
Out[]= {63157}

In[]:=ToCharacterCode["\[ScriptE]"]
Out[]={8495}

Why, I'm not sure. But it might be that some of these characters have 
special reserved places in Unicode, or something  like that.

----------------------------------------------
Omega Consulting
The final answer to your Mathematica needs.
http://omegaconsultinggroup.com

On Jun 6, 2005, at 3:21 AM, Chris Chiasson wrote:

> Here is the cell (in boxes) required to display the appropriate
> character range (use the ctrl+shift+e trick)
>
> Cell[BoxData[
>     RowBox[{"CharacterRange", "[",
>       RowBox[{"\"\<\[ScriptA]\>\"", ",", "\"\<\[ScriptZ]\>\""}],
> "]"}]], "Input"]
>
> Notice that e, g, l and o print as black boxes. It is easy to manually
> enter these characters though: just use esc,sc, the letter, and esc
> again.
>
> Strange eh?
> -- 
> Chris Chiasson
> http://chrischiasson.com/
> 1 (810) 265-3161
>


  • Prev by Date: Re: a question about subscript
  • Next by Date: Re: Sorting on multiple columns within a matrix
  • Previous by thread: character range on lower case script alphabet
  • Next by thread: Problems with Init.m