Notes on installing VisualAge Smalltalk
DBCS notes:
To ensure all information is displyed on your computer, we encourage you to use the highest resolution offered by your display terminal.
The RTF format is not supported for Publishing created model.
On OS/2, to publish a Model, you must do the following file-in prior to
starting the UML Designer Feature, this will allow SBCS and DBCS file names,
however, DBCS directory names are not supported:
!SgmlWriter class publicMethods !
maximumFilenameLengthOn: aPath
"Answer the maximum file name length on path @aPath or nil if @aPath has no valid volume.
PARAMETERS
aPath : <String>
RETURN VALUE
<Integer>"
~(aVolumeInfo := CfsVolumeInfo volumeInfo: aPath asReducedString) isNil
ifTrue: [ nil ]
ifFalse: [ aVolumeInfo maximumFilenameLength - 4. " 4 character for the file extension " ].! !
DBCS Cookies are not supported using the Servlet Interface. This is a limitation of the HTTP Server.
The NLS versions of Lotus Notes must be installed on the native Operating System (OS) platforms, in order for Notes to work. If a US-English version of Lotus Notes is installed on the native OS, then the user will not be able to input either SBCS or DBCS characters correctly. This is a restriction with Lotus Notes.
If you encounter ugly Simplified Chinese characters when running the ULC UIEngine, make one of the following updates: