čęąįęėėįųų などの文字は � になります。どうすればこれを防ぐことができるか、キャラクターが以前と同じになるようにすることができますか.
$x = 0; $b = 0;
$char2 = ''; //define a variable to collect all the chars
while ($x++ < 10) {
$char2 .= $text[$b++]; //add to the char
$char2 .= ' ';
}
出力例 前: Aš ėjau. 後: ああああ。