| 2750 | } |
| 2751 | |
| 2752 | Firebird::string BurpGlobals::toSystem(const Firebird::PathName& from) |
| 2753 | { |
| 2754 | Firebird::string to = from.ToString(); |
| 2755 | if (uSvc->utf8FileNames()) |
| 2756 | ISC_utf8ToSystem(to); |
| 2757 | return to; |
| 2758 | } |
| 2759 | |
| 2760 | namespace // for local symbols |
| 2761 | { |
no test coverage detected