对不起标题,我真的不知道怎么说这个...
我经常有一个字符串需要在X字符后剪切,我的问题是这个字符串经常包含特殊字符,如:è
所以,我想知道,他们是一种在php中知道的方式,而不是改变我的字符串,如果我在剪切字符串时,我正处于一个特殊字符的中间.
例
This is my string with a special char : è - and I want it to cut in the middle of the "è" but still keeping the string intact
Run Code Online (Sandbox Code Playgroud)
所以现在我的子字符串结果将是:
This is my string with a special char : &egra
Run Code Online (Sandbox Code Playgroud)
但是我想要这样的东西:
This is my string with a special char : è
Run Code Online (Sandbox Code Playgroud) 我的android samsung galaxy tab 7"有一个很大的问题."
每当我尝试将其连接到我的电脑,而不是在我的adb设备中正常显示时,设备的名称是:????? 它的状态是在线或设备.
我真的不知道是什么问题,任何帮助都会非常感激.如果您需要更多信息,我很乐意给予.
Ubuntu:11.04
设备:三星galaxy tab 7"
Android版:3.2 HoneyComb
我还在/etc/udev/rules.d/51-android.rules中添加了规则
非常感谢你!