| Summary: | Program cannot execute after login | ||
|---|---|---|---|
| Product: | CS3343 Group 26 Automated Timetable Planner | Reporter: | libbyng <laiyingng4-c> |
| Component: | Shell Menu | Assignee: | Vivian Cho <tycho5-c> |
| Status: | RESOLVED FIXED | ||
| Severity: | critical | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | PC | ||
| OS: | Windows | ||
|
Description
libbyng
2021-12-06 15:48:05 HKT
The problem has been located. It seems like it is because of the different file encoding between login.config which is ascii and course data cache (json) which is utf-8. The problem has been solved. |