display
dialog "^ " &
(N as text) &
" side by side = " & "^" & N giving up after 1
end
repeat
display dialog "^0" , "^1", "^2"
and "^3" come up blank when they are side by side. Using
ASCII number doesn't help. 'as unicode text' doesn't help. (Pointed
out by bmose on bbs.applescript.net).