Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set /p length issue #183

Open
GoogleCodeExporter opened this issue Dec 17, 2015 · 2 comments
Open

Set /p length issue #183

GoogleCodeExporter opened this issue Dec 17, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?

in !BAT file with UTF-8 encoding

set /u /p:4 ask= 暂存 XP ISO 到内存吗?如果从 USB-HDD 
启动或遭遇了蓝屏死机问题,请选 Y (Y/[N])


What is the expected output? What do you see instead?
should prompt but get
<
Report bug! lpos=0, start=-14, len=97, llen=0, plen=106, section=1


if line is shortened then it works OK - so is line length issue.


What version of the product are you using? On what operating system?
0.4.5c 2104

Please provide any additional information below.





Original issue reported on code.google.com by Steve6375 on 23 Jun 2014 at 6:43

@GoogleCodeExporter
Copy link
Author

max length = 97  - but if UTF-8 used then max length is only 49 because each 
glyph is 2 bytes.

Can length be increased?

Original comment by Steve6375 on 19 Aug 2014 at 4:16

@GoogleCodeExporter
Copy link
Author

Same as issue #163 - sorry - reported twice!

Original comment by Steve6375 on 20 Aug 2014 at 10:18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant