6ddba32f48
Former-commit-id: fa7407621e839f87613476596c6589aeceb9d796
12 lines
289 B
C++
12 lines
289 B
C++
#include "regular_contextual_case_converter.hpp"
|
|
|
|
RegularContextualCaseConverter::~RegularContextualCaseConverter() {
|
|
}
|
|
|
|
const char* RegularContextualCaseConverter::convert(
|
|
uint32_t /*prev_code_point*/,
|
|
uint32_t /*code_point*/,
|
|
uint32_t /*next_code_point*/) {
|
|
return 0;
|
|
}
|