Quick question. Where is the backslash key on a MAC computer? I bought my MAC in Japan. Maybe the American ones have a backslash key, but mine doesn't.
Same here. In case that's not clear enough, the keys in that row are, in order:
[tab]qwertyuiop[]\
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35253
7
posted
0
On my German keyboard it's Alt-Shift-7 (since Shift-7 is the forward slash).
Go to System Preferences -> Keyboard and check the "Show Keyboard and Character Viewer in menu bar" checkbox. Then click on the little flag in the upper right hand side of the menu bar and choose "Show Keyboard Viewer". Now you can try the effects of holding down one or more modifier keys to see which characters they'd produce.
In the Japanese ISO 646 encoding (a 7-bit code based on ASCII), the code point 0x5C that would be used for backslash in ASCII is instead rendered as a yen mark (¥), while in Korean encoding, it is drawn as a won currency symbol. Computer programs still treat the code as a backslash in these environments, causing confusion. Due to extensive use of the backslash code to represent the yen mark in text, some Unicode fonts like MS Mincho still render the backslash character as a ¥, so the Unicode characters 00A5 (¥) and 005C (\) look identical when these fonts are selected.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.