Re: Bullet • Mac/Win

Devin Asay devin_asay at byu.edu
Wed May 18 12:00:16 EDT 2016


> On May 18, 2016, at 9:55 AM, Klaus major-k <klaus at major-k.de> wrote:
> 
> Hi Richmond,
> 
>> Am 18.05.2016 um 17:45 schrieb RM <richmondmathewson at gmail.com>:
>> 
>> Dear Klaus,
>> 
>> As Macintosh and Windows versions of Livecode, and the 2 operating systems, are Unicode compliant
>> as long as you use the Unicode compliant bullet-point symbol [Hex 2022, Decimal 8226] there should
>> be no reason why it should not cross from Mac to Windows without going "funny".
>> 
>> http://www.unicode.org/charts/PDF/U2000.pdf
> 
> OK, thank you!
> 
> Please pardon my ignorance, but how can I create a tab delimited text list
> (for a datagrid) that contains this bullet?
> ...
> put whatever & TAB & XXX & anothervar & CR after tDGText
> ## Where XXX should be the bullet…

Klaus,

How about:

put whatever & TAB & numToCodepoint(8226) & anothervar & CR after tDGText

Devin

Devin Asay
Office of Digital Humanities
Brigham Young University



More information about the use-livecode mailing list