FOROS PROFESIONALES
WINDEV
,
WEBDEV
y
WINDEV Mobile
Inicio
|
Mensajes recientes
|
Conéctese...
|
Desconnectar
|
Español
Inicio
→
WINDEV Mobile 2024
→
fRead returning only hex 1A characters
fRead returning only hex 1A characters
Iniciado por ClaudeHullq, 13,sep. 2022 11:57 - 2 respuestas
Conéctese…
ClaudeHullq
#1
Miembro registrado
10 mensajes
Publicado el 13,septiembre 2022 - 11:57
Using Windev Mobile 27 in an Android app:
nFid is int = fOpen(gsPath+"textfile.txt",foAnsi+foRead)
fSeek(nFid,0,fpBeginning)
s is ANSI string = fRead(nFid,100)
info(s) shows a block of Chinese characters
fSaveText(path+"textfile.txt",s)
shows "..." all hex 1A characters
But in simulator mode the correct text is displayed in info(s).
Is this a flaw in Windev or my Android SDK or what?
Informar
0
0
csoft
#2
Miembro registrado
9 mensajes
Publicado el 29,septiembre 2022 - 17:51
Same problem with the WM27.
Informar
0
0
Rubén Sánchez Peña
#3
Miembro registrado
852 mensajes
Publicado el 05,octubre 2022 - 12:27
Hi. The Chinese characters may be for using an ANSI string since in Android and IOS the strings are of Unicode type. That's why in the simulator it looks fine, since on the desktop the strings are ANSI by default. What does it look like when using fLoadText instead of using fopen and fread?
Rubén
Informar
0
0
→ Volver a WINDEV Mobile 2024
WINDEV 2024
WEBDEV 2024
WINDEV 26
WINDEV 2024
WINDEV 2024
WINDEV 2024
WINDEV 25
WEBDEV 2024
WEBDEV 2024
WEBDEV 2024
WINDEV Mobile 2024
WINDEV Mobile 2024
WINDEV Mobile 2024
WINDEV (versiones precedentes)
WINDEV (versiones precedentes)
WINDEV (versiones precedentes)
WEBDEV (versiones precedentes)
WINDEV Mobile (versiones precedentes)
Reports & Queries
Irrelevante
Herramientas
Français
English
Español
Portuguesa
Fermer cette fenêtre
Búsqueda Tipo
Sólo temas
Todos los mensajes
Periodo Buscar
Cualquier fecha
Última hora
Última 24 horas
Última semana
Último mes
Último año
Cancelar
Vista previa del mensaje
Añadiendo una imagen
Importar una imagen desde una URL
Enviar una imagen desde un archivo de su disco
Arrastrar un archivo o click en "Examinar..."
o
Cancelar
0%
WLanguage
SQL
XML, HTML
JAVA, Javascript
Texto