Home :: Books :: Reference  

Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet
Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical
Reference

Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
CJKV Information Processing

CJKV Information Processing

List Price: $69.95
Your Price: $62.00
Product Info Reviews

<< 1 2 >>

Rating: 4 stars
Summary: Fantastic but too big
Review: I agree with all the postive comments posted here. Working in Japan, this book has saved me repeatedly.

But I have a serious concern about the size, of 1000 pages there are 400 pages of tables, huge lists of Chinese characters which are of very little value and makes the book difficult to use.

Rating: 2 stars
Summary: Code page tables poorly organized
Review: I recognize that this book is really definitive on this topic. So I cannot help but assume that if I had the patience to figure out how to use it properly it would be worthwhile. BUT...

Being somebody already reasonably familiar with using eastern languages on a computer, I have no desire to read the text in the book from the beginning. The majority of the book is code-page tables, which is an important reference. (They are actually of limited utility, since they are only indexed one way: code to character, with no reverse indexing. Understandable, since that would be very difficult, but still limiting.)

But worst of all, the code page tables are laid out in a way that I do not understand. And I could not find an explanation of how these tables corresponded to byte-values in a data stream.

Rating: 2 stars
Summary: Code page tables poorly organized
Review: I recognize that this book is really definitive on this topic. So I cannot help but assume that if I had the patience to figure out how to use it properly it would be worthwhile. BUT...

Being somebody already reasonably familiar with using eastern languages on a computer, I have no desire to read the text in the book from the beginning. The majority of the book is code-page tables, which is an important reference. (They are actually of limited utility, since they are only indexed one way: code to character, with no reverse indexing. Understandable, since that would be very difficult, but still limiting.)

But worst of all, the code page tables are laid out in a way that I do not understand. And I could not find an explanation of how these tables corresponded to byte-values in a data stream.

Rating: 5 stars
Summary: Overwhelmingly (that's the right word) useful - buy it
Review: I've been trying to educate myself on international processing issues for a while now (including Programming for the World : A Guide to Internationalization by Sandra Martin O'Donnell) and CJKV is by far and away the best book on the subject. Although this is not a beginner's book on internationalization (for example, it doesn't completely address cultural issues on internationalization - O'Donnell's book is better at this), Ken Lunde's book is the clear reference on internationalization, and belongs on anyone's bookshelf who is producing software for the global market (that should be anyone who writes software!). Do not assume that this is only a book for Asian computing. It's a book about many of the issues you will face in creating global software. This is a very detailed book which lives up to its promise of educating, and informing anyone involved in global computing.

Buy it - and thoroughly read it!

Like all O'Reilly books - this book is well-written, and easy to digest. Kudos to Mr. Lunde for a great book, and to Tim O'Reilly for recognizing this need.

Rating: 5 stars
Summary: Lunde is the master Asian code cracker!
Review: It is a masterpiece. The book goes into detail explaining CJKV language processing with tons of examples, tables and codes that is a lifesaver working with Asian applications, fonts or systems. I'm sure in a month my copy will be dog-eared from using it too much. Great work Lunde Baksanim!

Rating: 5 stars
Summary: The bible for coding Asian languages
Review: Lunde's book is essential to anyone in the software localization or internationalization business. It simply covers everything. Want to know how to do regular expressions in Japanese? Page 445. The actual definition of "Mincho" (as in the Mincho font)? Check the Glossary. Postscript clones that handle Chinese? page 391.

The book is intended primarily for software engineers, but the subject matter is treated so comprehensively that it is an essential desk reference for translators, information developers, project managers, production managers, and marketing executives.

Just get it, Ok?

Rating: 5 stars
Summary: The bible for coding Asian languages
Review: Lunde's book is essential to anyone in the software localization or internationalization business. It simply covers everything. Want to know how to do regular expressions in Japanese? Page 445. The actual definition of "Mincho" (as in the Mincho font)? Check the Glossary. Postscript clones that handle Chinese? page 391.

The book is intended primarily for software engineers, but the subject matter is treated so comprehensively that it is an essential desk reference for translators, information developers, project managers, production managers, and marketing executives.

Just get it, Ok?

Rating: 5 stars
Summary: This is the bible of Asian language information processing
Review: The previous edition of this book was so useful that I had two copies, one at work and one at home. I work in Chinese, Japanese, and Korean, and the previous edition, which only claimed to cover Japanese, was still the most useful book on Chinese and Korean info processing that I ever found. With this new edition, the author has extended coverage to all Asian languages that use Chinese characters, or used to do so in the case of Vietnamese, as part of their writing systems.

Thank goodness he has. The author, Ken Lunde, has an encyclopedic knowledge of this material. In addition, he is one of those people to whom anything less than strict, literal correctness is intolerable. Authors of this sort usually write in a style reminiscent of the federal tax code. Lunde manages to avoid this, creating one of those rare and delightful computer books that serve as a lucid tutorial the first time through, and as a strict and comprehensive reference thereafter.

The principal reason I consider this book the bible for Asian language information processing is the extreme difficulty of getting most of this information via any other source. In fact, I'd be hard pressed to think of another computer book whose original source material is as scattered, poorly documented, and often unreliable as that Lunde had to gather to produce this book. His job of ferreting out the details, cross-checking, error correction, and organization into a single book makes this almost a work of journalism. If you do CJKV work, you'll need more than just this book, of course, but the book is full of references to other material, so this is the place to start.

Lunde also provides a lot of usable source code in the book. This is not unusual in a computer book, but this code is special in two ways. First, it's available in C, Java, and Perl, not just in C. This is refreshing, given the increasingly prominent roles played by Java and Perl on the Internet--the place where multilingual computing arguably matters most.

Second, his code serves as a great checklist for what has to be done by any similar code. This is one of those difficult types of programming where many bugs aren't easy to see, because of the large number of obscure "gotchas" and arcane details. Lunde doesn't miss much, and he revels in these arcane details. His code is not highly optimized, and he admits as much, but if his code does something, you need to do it, and if it doesn't, you (probably) don't need to, either. This fact alone justifies the cost of the book for any developer to whom bugs might have financial consequences.

If you're going to do CJKV work, this is the bible. As I said, it's not the only thing you'll need, but it's where you should start.

Rating: 5 stars
Summary: The Bible for dealing with Asian character sets
Review: The programming world owes Ken Lunde a debt of gratitude for his masterful book on issues of internationalization.

The information he has gathered is not easily found and it is indispensible.

Internationalization is one of the hardest of all computer problems. Thanks to Ken Lunde's book one can approach this task, forewarned and forearmed.

Rating: 5 stars
Summary: The Bible for dealing with Asian character sets
Review: The programming world owes Ken Lunde a debt of gratitude for his masterful book on issues of internationalization.

The information he has gathered is not easily found and it is indispensible.

Internationalization is one of the hardest of all computer problems. Thanks to Ken Lunde's book one can approach this task, forewarned and forearmed.


<< 1 2 >>

© 2004, ReviewFocus or its affiliates