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

Mapper/src/main/java/tk/mybatis/mapper/util/StringUtil.java 第127行 #12

Closed
jessezwd opened this issue Feb 25, 2016 · 2 comments
Closed

Comments

@jessezwd
Copy link

public static char toUpperAscii(char c) { if (isUppercaseAlpha(c)) { //127 c -= (char) 0x20; } return c; }
if (isUppercaseAlpha(c)) 应为if (isLowercaseAlpha(c))

@abel533
Copy link
Owner

abel533 commented Mar 23, 2016

一直忘了注意这个问题,下个版本会修复。

@abel533
Copy link
Owner

abel533 commented Mar 23, 2016

3.3.8 已修复。

@abel533 abel533 closed this as completed Mar 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants