質問編集履歴

2

質問内容追記

2019/10/01 05:16

投稿

Alice0225
Alice0225

スコア206

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  (サロゲートペア文字が使用される可能性があり、レイアウトファイル(xml)にmaxLengthを記述する方法が使えない為)
4
4
 
5
- ネットを参考に現在下記のように実装しているのですが、サロゲートペア文字を含む文字列をコピーペーストする際に、途中までで切れた状態でペーストされてしまいます。
5
+ ネットを参考に現在下記のように実装しているのですが、サロゲートペア文字を含む文字列をコピーペーストする際に、途中までで切れた状態でペーストされてしまいます。 
6
6
 
7
7
 
8
8
 

1

質問内容修正

2019/10/01 05:16

投稿

Alice0225
Alice0225

スコア206

test CHANGED
File without changes
test CHANGED
@@ -62,7 +62,7 @@
62
62
 
63
63
  int destLength = dest.length();
64
64
 
65
- int enterdTextLength = dest.toString().codePointCount(0, dest.length());
65
+ int enterdTextLength = dest.toString().codePointCount(0, dest.length()); //
66
66
 
67
67
 
68
68