https://github.com/todesking/is_ascii_capable.mac
https://github.com/todesking/is_ascii_capable.mac
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/todesking/is_ascii_capable.mac
- Owner: todesking
- License: other
- Created: 2014-06-08T05:07:01.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-08T05:39:37.000Z (about 12 years ago)
- Last Synced: 2026-01-17T16:50:17.119Z (5 months ago)
- Language: Objective-C
- Size: 125 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# is_ascii_capable: Command line tool that returns current input-method is ascii-capable or not
When Japanese IME enabled, `is_ascii_capable` returns 1, otherwise returns 0.
## BUILD
Modify '10.9' part if needed.
```
gcc is_ascii_capable.m -o is_ascii_capable -lobjc -mmacosx-version-min=10.9 --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/ -Wl,-framework,Carbon
```