Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > General Discussion
  New Posts New Posts RSS Feed - About CEdit::LineLength
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

About CEdit::LineLength

 Post Reply Post Reply
Author
Message
freehawk View Drop Down
Groupie
Groupie


Joined: 22 April 2004
Status: Offline
Points: 95
Post Options Post Options   Thanks (0) Thanks(0)   Quote freehawk Quote  Post ReplyReply Direct Link To This Post Topic: About CEdit::LineLength
    Posted: 21 December 2004 at 8:31pm
Hello everyone:

I program code in Japanese OS. And I found that CEdit::LineLength() can not return total bytes of one line. The function only returns total character number of one line.

Example:
1. "1234日本90" --->>> LineLength -> 8
2. "1234567890" --->>> LineLength -> 10

About Example 1, why did it return 8, not return 10?
Is it right? or I need to set up something?

Thanks.

-Freehawk
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.125 seconds.