RidgeStar
About
Locations
Manual
Preface
Introduction
Versions
Concepts
Construction
Usage
Operations
Questions
Features
Settings
Album
Alerts
Assignments
AssignmentMeter
Assignor
Audit
Auditing
Availability
BulkLoad
BulkMail
Calendar
Chapter
Chart
Criteria
Data
Directory
Evaluation
Exams
GeoCode
GoogleAPI
iCalendar
IPMapping
JavaNames
KeyTranslation
Lists
Locations
Mail
MinorAuth...
Misconducts
MissingReports
NACHA
News
NewUsers
Notification
Notify
NWS
PageHeader
Paperwork
Password
PhotoUse
Profile
Questions
Request
Reset
RestClients
RestServer
RMA.WSYSA
Rules
Save
ScheduleMeter
SiteOperations
SoapClients
SoapServer
SRC
Tickets
Timeout
Topics_Upgrade
TouchLine
Translate
UserName
USSF_API
Internals
Appendices
Reference
Service
Logon
RidgeStar

Manual: Settings-Data

Logontranslate
Get Started |Calendar |Locations

Setting=Data permits the WebmasterWebmaster to configure specific aspects of the data processing environment associated with Text type data elements, as described.

CharSet
Establishes the Webmaster desired Character Set that should be used for sending and receiving Text type data between the Site and MariaDB. This should usually match the database default Character Set.

Typical values are "latin1", "utf8", or "utf8mb4" (RidgeStar recommends utf8mb4 to provide the widest range of support for text on the site).

Default is latin1

Input_Fail
When text information is provided (via Bulk Load, Forms data entry, etc.) that does not conform to the Input_Text specification, an Error message will be issued and ...
  • the character(s) not in compliance will be modified to contain a "?" where the non-complying character exists (Input_Fail=>False)
  • the input form will be rejected for processing and data updates will be bypassed (Input_Fail=>True)

Default is True

Input_Text
Indicates the type of Text/Character data that a Site will accept for processing. Typical values are "ASCII" or "UTF-8" (RidgeStar recommends UTF-8).

Default is ASCII