Documentation: Solving UTF8 decoding problem when downloading documentation.
This commit is contained in:
parent
3287574289
commit
2aed6cf164
@ -285,7 +285,7 @@ GrafoscopioBrowser class >> updateDocumentation [
|
||||
fileLocation := filePath, ((each at: 'remote') splitOn: '/') last.
|
||||
fileLocation asFileReference
|
||||
writeStreamDo: [:stream |
|
||||
stream write: client contents asString].
|
||||
stream write: client contents utf8Decoded asString].
|
||||
].
|
||||
self inform: 'Actualización de la documentación terminada'.
|
||||
]
|
||||
@ -342,7 +342,7 @@ GrafoscopioBrowser class >> updateDocumentationTemp [
|
||||
fileLocation := filePath, ((each at: 'remote') splitOn: '/') last.
|
||||
fileLocation asFileReference
|
||||
writeStreamDo: [:stream |
|
||||
stream write: client contents asString].
|
||||
stream write: client contents utf8Decoded asString].
|
||||
].
|
||||
self inform: 'Actualización de la documentación terminada'.
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user