Subversion Repositories eFlore/Applications.cel

Rev

Rev 1603 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1603 Rev 1621
Line 1116... Line 1116...
1116
									$asciiEncoding = false;
1116
									$asciiEncoding = false;
1117
								}
1117
								}
1118
								$spos += $len;
1118
								$spos += $len;
1119
							}
1119
							}
1120
						}
1120
						}
1121
						$retstr = ($asciiEncoding) ? $retstr : $this->_encodeUTF16($retstr);
1121
						$retstr = iconv('latin9', 'utf-8', $retstr);
Line 1122... Line 1122...
1122
 
1122
 
1123
						if ($richString){
1123
						if ($richString){
1124
							$spos += 4 * $formattingRuns;
1124
							$spos += 4 * $formattingRuns;