I found the following entry in the Weblio dictionary while looking for something else:
----
そして、半角スペースを印字して、全角の「時」を印字する。
Then an en space is printed to print out em 'hour'. - 特許庁
----
I am unfamiliar with the words "en" and "em". Are these in common usage for "single byte" and "double byte"?
--You received this message because you are subscribed to the Google Groups "Honyaku E<>J translation list" group.To unsubscribe from this group and stop receiving emails from it, send an email to honyaku+u...@googlegroups.com.For more options, visit https://groups.google.com/d/optout.
- - - - - - - -- -
Yes, this makes perfect sense. For hyphen-like characters, I found this helpful:
http://www.chicagomanualofstyle.org/qanda/data/faq/topics/HyphensEnDashesEmDashes/faq0002.html
The en dash is the kind of hyphen you use when one of the
connected components is a multi-word proper noun or is
itself a hyphenated noun. Example:
In the audience<hyphen>participation song contest,
the pro<en dash>Elton<space>John supporters were outvoted by
the pro<en dash>Newton<hyphen>John supporters.
Another example:
I love South America’s favorite singer<em dash>Bolivia<space>Newton<hyphen>John.
-- Mark Spahn (West Seneca, NY)
--
Dan wrote:
I get your drift, but are "single-byte" and "double-byte" really any more comprehensible to the (admittedly mythical) man in the street than "half-width" and "full-width"?
---
Well... fortunately the man in the street woudn't be reading most of the stuff I translate.
Here is an interesting quote from a Microsoft web page: A double-byte character set (DBCS), also known as an "expanded 8-bit character set", is an extended single-byte character set (SBCS), implemented as a code page. DBCSs were originally developed to extend the SBCS design to handle languages such as Japanese and Chinese.
THe DBCS was obsoluted, by the way, by Unicode.
This means that old-timers (like yours truly) would be very comfortable with double-byte referring to the full-width kanji, etc., but perhaps not the younger tech. folks who weren't around for DBCS.
That being said, I still tend to use the ASCII set for most of my programming purposes (probably because I am a dinosaur) <grin>.
Warren