-
I am using pyshark to extract SMS from pcap (captured using gr_gsm).The code is as follows
`for packet in capture:
if (layer == "GSM_SMS"):
print(packet.gsm_sms.sms_text)`
I am getting english te…
-
Hello! First of all thanks for the amazing work on this. It really is a great interface for TW and it is making my project management a lot smoother.
I am Danish and having trouble with using my n…
-
SMS with a single non-English character must be encoded in 16-bit, (source: http://goo.gl/2FyC6), and thus every message has a limit of 70 character.
Despite that, non-English input is not working pr…
-
```
And non-US locales. I think this may be a first phase, or at least part of it.
Today is 3/12/08 for
me. :)
```
Original issue reported on code.google.com by `trevorg...@yahoo.com` on 3 Dec 2008…
-
Hi , i managed to use it , but all characters are treated as English.
-
Election has started, but it's never late to ask questions. Also this question is about getting background of certain group of candidates.
## Question
What is your experience with non-English sp…
-
What language even is that? What does it say?
![image](https://user-images.githubusercontent.com/468544/101128232-2fb6a980-35cd-11eb-959d-187eb32119e8.png)
Should we delete it or convert it?
-
We currently do not show any videos on non-English Learning Path pages. Some options:
- Create new videos in other languages
- Link to English videos with appropriate subtitles
- Link to English vi…
-
In JavaScript regular expressions, `\w` only matches `[A-Za-z0-9_]`.
So it doesn't work well if we put any non-English characters in the tag, like `#测试` or `#テスト`.
Perhaps `\w+` should be replaced by…
-
Currently javafxports only support English language, the text for other languages (eg. Persian, Chinese) is rendered as crossed boxes.